home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / BATH.DXR / Topbar_4_help.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  208 b   |  8 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to member("help_over")
  3.   cursor(280)
  4.   if not soundBusy(1) and not soundBusy(2) then
  5.     sound(1).play(member("help2", "sounds"))
  6.   end if
  7. end
  8.